home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / Feb / di9802ts / VBSample2.bas < prev   
BASIC Source File  |  1997-08-13  |  138b  |  5 lines

  1. Sub Main 
  2.     Dim ANumber
  3.     ANumber = InputBox("Please enter a temperature (F) to convert")
  4.     MyObj.ShowCelcius ANumber   
  5. End Sub